home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iasujf.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  978 b   |  44 lines

  1.  
  2. // JavaScript wrapper for r3iasujf.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IASUBDIVJOINFACES_H = 1;
  7. include("real/intact/r3ianp.js")
  8. include("oops/r3vector.js")
  9. include("real/objects/r3subdiv.js")
  10.  
  11.  
  12. var R3CLID_IASUBDIVJOINFACES = 1281;
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. R3IASUBDIVJOINFACESA_Distanc = 1281500;
  21. function SetR3IASUBDIVJOINFACESA_Distanc(value) {
  22.   R3Set(this.r3obj, R3IASUBDIVJOINFACESA_Distanc, value, R3TID_FLOAT, 0); 
  23. }
  24.  
  25. function GetR3IASUBDIVJOINFACESA_Distanc() {
  26.   return R3Get(this.r3obj, R3IASUBDIVJOINFACESA_Distanc, R3TID_FLOAT, 0); 
  27. }
  28.  
  29.  
  30.  
  31. function r3Iasubdivjoinfaces () { 
  32.    this.base = r3God;
  33.    if(arguments.length) {
  34.       this.base(R3CLID_IASUBDIVJOINFACES, arguments);
  35.    }
  36.    // Methods
  37.  
  38.    // Attributes
  39.    this.GetDistanc=GetR3IASUBDIVJOINFACESA_Distanc;
  40.    this.SetDistanc=SetR3IASUBDIVJOINFACESA_Distanc;
  41. }
  42.  
  43. r3Iasubdivjoinfaces.prototype=new r3Intact;
  44. // r3iasujf.h_H